[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
FastWrite
Purpose Writes a string to the screen very quickly.
Decln. Fastwrite(X,Y,A:byte;St:StrScreen);
Remarks X, Y are the coordinates of the first character.
A is the display attribute.
St is the text to display.
WriteAT should be used in preference to Fastwrite because it is
passed the foreground and background color attributes separately,
rather than the combined attribute.
Example
BEGIN
FASTWRITE(1,1,14,'TOP LEFT OF SCREEN');
FASTWRITE(69,25,ATTR(15,4),'BOTTOM RIGHT');
END;
See Also:
WriteAT
ColWrite
PlainWrite
FWrite
FwriteLN
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson